home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 276-300 / 284 / dme / doc / dme.doc < prev    next >
Text File  |  1995-03-14  |  43KB  |  1,115 lines

  1.  
  2. DME.DOC         DME version 1.38         Matthew Dillon
  3.              3 November 1989
  4.  
  5. DME, (C)Copyright 1987-89, Matthew Dillon.  All Rights Reserved.
  6. This software may be distributed for non-profit only.  This software is
  7. FREEWARE, not shareware.
  8.  
  9.     Matthew Dillon
  10.     891 Regal Rd
  11.     Berkeley, California  94708
  12.     USA
  13.  
  14.     Source is avalable:
  15.  
  16.     (1) By anonymous FTP to UCBVAX.BERKELEY.EDU (ARPANET)
  17.     (2) By regular mail (send a disk)
  18.     (3) By Electronic mail:
  19.         ARPANET:    dillon@ucbvax.berkeley.edu
  20.         USENET:    ...!ihnp4!ucbvax!dillon
  21.         (may take a while for me to respond)
  22.  
  23.  
  24.     Donations welcome but not solicited (I ain't a starving artist).
  25.  
  26.     icon by Bryce Nesbitt
  27.  
  28.     text markers and the text-block stack by Kevin Seghetti (some of the new
  29.     commands for 1.30).
  30.  
  31.     AREXX interface (Bill Hawes' ARexx REXX language interpreter) ported
  32.     by Kim DeVaughn
  33.  
  34.  
  35. ---------------------------------------------------------------------------
  36.  
  37. 0   Installation
  38. I   Overview
  39. II  Keymapping        key and mouse mapping
  40. III Command Sequences    DME commands
  41. IV  File Particulars    notes on loading and saving files,
  42. V   Workbench Support
  43. VI  Revision Summary    revision numbering, changes made, etc...
  44. VII Compiling        compiling instructions
  45.  
  46.                     0
  47.                    INSTALLATION
  48.  
  49. The NULL: device must be mounted to be able to use the EXECUTE command.
  50. This is so EXECUTE works even if the console window goes away.    Otherwise,
  51. simply put DME in an accessable location (usually C:).  Put the dme.icon
  52. file in the same directory as DME if you want to access the application
  53. from the workbench (dme.icon is not needed if accessed from a CLI or shell).
  54.  
  55. People appear to have problems using the EXECUTE command when DME is run
  56. from the workbench.  I have no solution yet.
  57.  
  58. The CONFIG program may be used to configure the default window placement,
  59. size, and color.  This program modifies the executble:
  60.  
  61.     config c:dme    (or wherever you have the executable)
  62.  
  63.  
  64.                     I
  65.                  OVERVIEW
  66.  
  67. See REVISIONS section for revisions.  DME is an editor designed mainly for
  68. programmers.  Although it is not a word processor, it does include many
  69. word processing features such as Word-Wrap and automatic paragraph
  70. formatting.  Here is a quick 'features' list:
  71.  
  72.     -control language based on a rich command set accessed manually
  73.      or via arbitrary mapping of keys.  (Every key may be mapped to 128
  74.      different things via qualifier and mouse keys)
  75.  
  76.     -General variables, reference macros as variables, ENV: enviroment
  77.      variables (1.30C and beyond).
  78.  
  79.     -fast visual response (it scrolls quickly)... even faster when
  80.      BlitzFonts or similar text speedup utilities are installed.
  81.  
  82.     -title-line statistics showing your current position in the file,
  83.      file name, whether the file has been modified or not, etc...
  84.  
  85.     -Multiple Windows, ability to iconify windows
  86.  
  87.     -Word Wrap and automatic paragraph formatting.
  88.  
  89.     -ability to map any KEY or MOUSE BUTTON combination.
  90.  
  91. DME has been designed to allow easy expansion, and I intend to make many
  92. future improvments.  It has not been designed for user friendliness, but is
  93. straight forward if you read this document [care]fully.
  94.  
  95. DME can take any number of arguments.  Any argument without a '-' in front
  96. of it is considered to be a file.   Normally, DME will automatically SOURCE
  97. two script files, S:.EDRC, and the .EDRC in your current directory. These
  98. files do not have to exist.  These script files usually contain mappings
  99. and do things (for example, turn on savetabs).
  100.  
  101.     FLAGS:
  102.         -ffilename        -source this script file instead of .EDRC
  103.  
  104.         -b            -normally when multiple files are specified,
  105.                  DME opens them with small windows.  This opens
  106.                  them with normal sized windows.
  107.  
  108.         -tN     -Open the window on scan line N
  109.         -lN     -Open the window offset N scan columns
  110.         -wN     -Make the window N pixels wide
  111.         -hN     -Make the window N pixels high
  112.  
  113.  
  114.  
  115.                     II
  116.                  KEYMAPPING
  117.  
  118. MOUSE BUTTONS:
  119.  
  120.     The mouse buttons and combinations thereof may now be mapped.  The
  121.     default mappings for the mouse buttons are as follows:
  122.  
  123.     Left-button:    Move cursor to current mouse position
  124.     Right-button:   Iconify window
  125.     Left-button held down while moving mouse tracks the cursor
  126.  
  127.     The iconification features:
  128.     -Remembers original window size and placement
  129.     -Remembers placement of iconified window when you re-iconify later.
  130.  
  131.     Currently, you will crash the machine if you run out of memory and DME
  132.     is unable to open the icon window or original window, so be careful.
  133.  
  134.     see below for mapping the mouse buttons and mouse movement.
  135.  
  136.  
  137. KEYBOARD:
  138.  
  139. The rest of the Functional interface for DME is based on key/mouse mappings
  140. and a rich command set.  Unlike other text editors, any non-qualifier key
  141. in DME may have any meaning whatsoever.  It just so happens that the
  142. default keymappings assign such things as the (return) key to the RETURN
  143. function, the (up) key to the UP function, etc...  Keys are named by their
  144. keycap labels with the following exceptions:
  145.  
  146.     the name for Back-Space is    BS
  147.     the name for numeric keypad keys are prepended with an NK, except for
  148.     the Enter key which is named 'ENTER'.
  149.     The four cursor control keys are labeled UP, DOWN, LEFT, and RIGHT
  150.     The three mouse buttons are labeled RMB, MMB, and LMB.
  151.  
  152. NOTES:
  153.        The normal Amiga mouse has only two buttons, the Left and the Right
  154.        mouse buttons (LMB, RMB).  A properly installed three-button mouse
  155.        is also supported.
  156.  
  157.        You must type commands in lower-case, except for text, which can be
  158.        either lower or upper case, and for upper-case alpha keys when
  159.        specifying keymaps (i.e.  A and s-a are the same key).  The
  160.        exception is the AMIGA qualifier key, which uses 'A' instead of
  161.        'a'(Alt).
  162.  
  163.        Each key may be qualified with any combination of CTRL, ALT, SHIFT,
  164.        AMIGA, or any of the MOUSE buttons.  With 6 qualifiers (7 if your
  165.        mouse has a middle button), you can assign up to 64 (128) different
  166.        maps to each physical key on the keyboard.
  167.  
  168.        The CAPS-LOCK, when lit, is equivalent to SHIFT only for Alpha keys.
  169.  
  170.        The AMIGA-ALT (aA) combination isn't very usable since Intuition
  171.        uses the sequence to duplicate a Mouse SELECT.  Other AMIGA
  172.        sequences are used by intuition for mouse movement and other things.
  173.        Some other qualifier combinations may not be usable due to other
  174.        special sequences.
  175.  
  176.        Some keys must be mapped by their lower-case keycap.  That is, to
  177.        map the '>' key (USA keyboard), you specify shift dot (s-.)
  178.  
  179.  
  180.     ***EXAMPLES:***
  181.  
  182.     tab tab
  183.     a-a ALT a
  184.     A-a AMIGA a
  185.     sA-a    SHIFT AMIGA a
  186.     s-tab    SHIFT tab
  187.     c-tab    CTRL tab
  188.     ac-?    ALT-CTRL ?
  189.     s-f5    SHIFT F5
  190.     nk0 Numeric Keypad 0
  191.     cs-nk0    CTRL SHIFT Numeric Keypad 0
  192.     L-lmb    Left Mouse button pressed
  193.     L-mmove    Mouse moved while left mouse button held down
  194.     LR-lmb    left mouse button hit while right mouse button held down
  195.     s-.     shift . ('>' for USA keyboards)
  196.  
  197.     ***************
  198.  
  199. MAPPING MOUSE BUTTONS
  200.  
  201.     Mouse buttons serve both as QUALIFIERS and as KEYS.  Thus, you can map
  202.     both normal keystrokes which require a mouse button to be held down:
  203.  
  204.     map L-a ((left button and an a))
  205.  
  206.     as well as the mouse keys themselves:
  207.  
  208.     map L-lmb   ((left mouse key))
  209.  
  210.     note that you had to specify the left mouse button down qualifier L as
  211.     well as the left mouse button LMB.
  212.  
  213.     If you map the left mouse button, and also map a sequence such as left
  214.     mouse button + a:
  215.  
  216.     map L-lmb   tomouse
  217.     map L-a     ((hello))
  218.  
  219.     Note that the first mapping will always get executed even if you
  220.     intended L-a (that is, BOTH mappings would get executed).  In order
  221.     to avoid confusion you might want to UNMAP the system default mapping
  222.     for the right mouse button (mapped to ICONIFY) if you wish to apply
  223.     combinations to the right mouse button.
  224.  
  225.     MOUSE MOVEMENT is mapped with one or more mouse qualifiers (L, R, M),
  226.     plus 'MMOVE' for the key.  That is:
  227.  
  228.     map LR-mmove ((moving the mouse with both buttons held down))
  229.  
  230.     Or how bout capping the characters under the mouse while moving the
  231.     mouse?
  232.  
  233.     map LR-mmove (tomouse if cl (tlate -32))
  234.  
  235.  
  236.  
  237. DEFAULT KEYMAPPINGS:
  238.  
  239.     All Printable Ascii keys mapped to their ascii equivalent. BS, DEL, UP,
  240.     DOWN, LEFT, RIGHT, TAB, S-TAB, and ENTER are mapped properly.  These are
  241.     the default system keymappings.
  242.  
  243.  
  244.     map (a-c)       (bcopy)
  245.     map (a-d)       (bdelete)
  246.     map (a-down)    (scrolldown)
  247.     map (a-l)       (while cu (tlate +32 right))
  248.     map (a-m)       (bmove)
  249.     map (a-r)       (nextr)
  250.     map (a-s)       (bsource)
  251.     map (a-u)       (while cl (tlate -32 right))
  252.     map (a-up)      (scrollup)
  253.     map (bs)        (bs)
  254.     map (c-/)       (escimm (find ))
  255.     map (c-])       (ref)
  256.     map (c-[)       (ctags)
  257.     map (c-1)       (goto block)
  258.     map (c-b)       (block)
  259.     map (c-c)       ()
  260.     map (c-del)     (remeol)
  261.     map (c-down)    (pagedown)
  262.     map (c-esc)     (recall)
  263.     map (c-f)       (reformat)
  264.     map (c-g)       (escimm (goto ))
  265.     map (c-i)       (insertmode on)
  266.     map (c-j)       (join)
  267.     map (c-l)       (wleft)
  268.     map (c-n)       (next)
  269.     map (c-o)       (insertmode off)
  270.     map (c-p)       (prev)
  271.     map (c-q)       (quit)
  272.     map (c-r)       (wright)
  273.     map (c-s)       (split first down)
  274.     map (c-u)       (unblock)
  275.     map (c-up)      (pageup)
  276.     map (c-w)       (wordwrap toggle)
  277.     map (del)       (del)
  278.     map (down)      (down)
  279.     map (enter)     (return)
  280.     map (esc)       (esc)
  281.     map (f1)        (escimm (insfile ))
  282.     map (f10)       (saveold quit)
  283.     map (f2)        (escimm (newfile ))
  284.     map (f3)        (escimm (newwindow newfile ))
  285.     map (f6)        (saveold iconify)
  286.     map (f7)        (escimm (bsave ))
  287.     map (f8)        (saveold escimm (newfile ))
  288.     map (f9)        (saveold)
  289.     map (L-lmb)     (tomouse)
  290.     map (L-mmo)     (tomouse)
  291.     map (left)      (left)
  292.     map (R-rmb)     (iconify)
  293.     map (return)    (return insline up firstnb down)
  294.     map (right)     (right)
  295.     map (s- )       (( ))
  296.     map (s-del)     (deline)
  297.     map (s-down)    (bottom)
  298.     map (s-left)    (first)
  299.     map (s-right)   (last)
  300.     map (s-tab)     (backtab)
  301.     map (s-up)      (top)
  302.     map (sa-s)      (unblock block block bsource)
  303.     map (tab)       (tab)
  304.     map (up)        (up)
  305.  
  306.  
  307.  
  308.                     III
  309.                  COMMAND SEQUENCES
  310.  
  311. DME has a rich command set which allows you to embed commands within
  312. commands, or specify multiple commands in a row.  A command consists of a
  313. KEYWORD followed by a FIXED number of arguments (0, 1, 2...).  The argument
  314. delimeter in DME is a SPACE.  Therefore, to embed strings containing spaces
  315. as a single argument, you must surround the string with (string)
  316. (backsinglequote-string-singlequote).  TEXT to be written as if typed is
  317. also specified via a string in backquote-quotes.  For example:
  318.  
  319.     right right (hello) right right (hello) enter down
  320.     map f4 (right right) map f5 (left left)
  321.     map f4 ((hello))
  322.  
  323. Reiterating (because this is important!)... If a command expects ONE
  324. argument, then it really does expect a single argument, and any remaining
  325. arguments are thought to be the next command... so:
  326.  
  327.     map f4 right
  328.                     -right is only one word, so no need
  329.                      for ().
  330.     map f4 (right right)
  331.                     -we want to map f4 to two rights... we
  332.                      need the () or the second right will
  333.                      not be part of the map.
  334.  
  335.     map c-del (repeat cright del)
  336.                     -this is already implimented as REMEOL,
  337.                      but shown here for clarity.
  338.  
  339. Some arguments will eventually be fed through the command interpreter more
  340. than once.  The MAP command is a good example.    When you execute a MAP
  341. command, the first run through the command interpreter installs the map
  342. string minus a set of quotes.  So, if you want to specify text, you must
  343. enclose the text in two sets of ((text)) because the map string gets passed
  344. through the command interpreter again when you hit the mapped key.  Here
  345. are some more complex examples:
  346.  
  347.     map f4 (right right (hello) left left)      *RIGHT*
  348.     map f4 right right hello left left        *WRONG*
  349.  
  350.     map f4 (map f4 ((hello)))
  351.                     -the first time you hit F4, it's command
  352.                      is to re-map itself to the TEXT (hello).
  353.                      (gads!).
  354.  
  355.     map c-i (repeat tr (( )))
  356.                     -example of how to embed a space in a
  357.                      map and repeat (goes through command
  358.                      interpreter three times!).
  359.  
  360.  
  361. An easy way to fool around executing commands or making maps is either to
  362. use the ESC key (which enters command mode), or  a-S (alt-shift-s), which
  363. EXECUTES the current DME line that the cursor is on.... so you can use DME
  364. to edit and test your new keymappings.
  365.  
  366.  
  367.                 STRING VARIABLES
  368.  
  369.     String variables are replaced with their contents.    Three specification
  370.     forms are allowed:
  371.  
  372.     $varname        - varname can only consist of a-z,A-Z,0-9,-,_
  373.     $(varname)      - anything not containing a '(' or ')'
  374.     $`varname'      - anything not containing a '`' or '''
  375.  
  376.     Two special variables exist:
  377.  
  378.     filename    - the current filename
  379.     scanf        - the current scanf'd string (see SCANF below)
  380.     lineno        - the current cursor line number (1 .. N)
  381.     column        - the current cursor column number (1 .. N)
  382.  
  383.     Other variables cause a search of three variable domains to find the
  384.     contents.  For example, if you give  $DMEFONT:
  385.  
  386.     (1) An Internal variable named DMEFONT is searched for.  Internal
  387.         variables are case sensitive.  (see SET, UNSET)
  388.  
  389.     (2) An Enviroment variable name DMEFONT is searched for.  Enviroment
  390.         variables are NOT case sensitive.  (see SETENV, UNSETENV).  The
  391.         1.3 ENV: is used.
  392.  
  393.     (3) A DME keymap or menu definition named DMEFONT is searched for.
  394.         This allows you to say something like $sa-tab to insert the
  395.         contents of the shift-alt-tab keymap.   (see MAP, UNMAP, and
  396.         MENU oriented commands).
  397.  
  398.     The reason for the other two forms of variable specifiction is to allow
  399.     one to access strangely named variables (with puncuation and other crap).
  400.  
  401.     SPECIAL NOTE:  What is wrong with this command?
  402.  
  403.     repeat 100 (first ($myvar))
  404.  
  405.     What is wrong is that $myvar is evaluated BEFORE the repeat is
  406.     executed.  myvar might contain characters that would confuse the
  407.     command specification when.  That is, if myvar contained a '(' you
  408.     could get something like:    repeat 100 (fist ((())  which is obviously
  409.     incorrect.    By using \ you can cause $myvar to be evaluated at
  410.     loop-execution time rather than before:
  411.  
  412.     repeat 100 (first (\$myvar))
  413.  
  414.     These kinds of problems can also occur when you do keymaps... you
  415.     probably do not want to evaluate the variable at keymap-entry time,
  416.     but rather would want the variable evaluated at keymap-execution time.
  417.  
  418.     On the otherhand, this is perfectly allowable:
  419.  
  420.     set x (tlate +1)
  421.     repeat 100 ($x)
  422.  
  423.     Which executes the command (tlate +1) 100 times... By NOT surrounding
  424.     the variable with parens (depends on the situation), the variable is
  425.     executed rather than inserted as text.
  426.  
  427.  
  428.                SPECIAL CHARACTERS
  429.  
  430.     ^ is used to introduce a control character.  For example, ^c would
  431.     embed a control-c.    You cannot embed c-@ (ascii code 0).
  432.  
  433.     backslash \ is used to override special meanings.  The next character
  434.     is overriden.
  435.  
  436.     map c-a ((^l))      -map control a to produce a control l
  437.     map c-a ((\\\^l))   -map control a to produce a "^l".  The first
  438.              \ overides the second, and the third overides
  439.              the ^.
  440.  
  441. COMMAND LIST:
  442.  
  443.     (text)          -enter text as if typed.
  444.     key         -execute a keymap as a macro (example:  c-a)
  445.     header-item     -execute a menu item as a macro (example: Project-Save)
  446.              (case independant)
  447.     ADDPATH path    -Add the specified symbolic directory to DME's special
  448.              search path (see REF and CTAGS).
  449.     ARPINSFILE        -INSFILE filerequestor, only if ARP.LIBRARY installed
  450.     ARPLOAD        -NEWFILE filerequestor, only if ARP.LIBRARY installed
  451.     ARPSAVE        -SAVEAS  filerequestor, only if ARP.LIBRARY installed
  452.     BACK        -same as BS
  453.     BACKTAB        -backward tab
  454.     BCOPY        -copy block before cursor line
  455.     BDELETE        -delete the block
  456.     BLOCK        -Set start or end of block
  457.     BMOVE        -move block before cursor line
  458.     BOTTOM        -Move to Bottom of File
  459.     BS            -backspace, (delete char to left of cursor)
  460.     BSAVE file        -save the block to a file
  461.     BSOURCE        -source current text block as if it were a script file
  462.     CHFILENAME name -change the name of the working file
  463.     CTAGS        -search for the tag under the cursor (see below)
  464.     DEL         -delete, (deletes char under cursor)
  465.     DELINE        -delete line
  466.     DOWN        -cursor down
  467.     DOWNADD        -cursor down.  If at bottom of text, add a line.
  468.     ESC         -toggle manual command entry mode
  469.     ESCIMM arg        -go into command entry mode prompting with a
  470.              predefined string.
  471.     EXECUTE comm    -Execute a CLI command
  472.     FIND string     -SET the search pattern and do a NEXT
  473.     FINDR s1 s2     -Set find and replace patterns and do one find/rep.
  474.     FINDSTR string  -SET the search string pattern
  475.     FIRST        -move to column 1
  476.     FIRSTNB        -Move to first non-blank in line.
  477.     GOTO BLOCK        -Goto the beginning of the marked block.
  478.     GOTO START        -same as GOTO BLOCK.  undefined if no block
  479.     GOTO END        -goes to the END of the marked block.  undef. if no blk.
  480.     GOTO [+/-]N     -Goto an absolute or relative line number
  481.     HEIGHT N        -set height in PIXELS for any new windows
  482.     ICONIFY        -iconify the window
  483.     IF cnd act        -IF/WHILE/IFELSE.. SEE BELOW
  484.     IFELSE cnd ifact elseact
  485.     IGNORECASE what -set case ignore for seaches.  what = on, off, or toggle
  486.     INSERTMODE what -set INSERTMODE.  what = on, off, or toggle
  487.     INSFILE name    -insert a file into the current text.
  488.     INSLINE        -insert line
  489.     JOIN        -join next line to line at cursor
  490.     LAST        -move one beyond the last non-space in a line.
  491.     LEFT        -cursor left
  492.     LEFTEDGE N        -set leftedge on the screen in PIXELS for any new window
  493.     MAP key map     -map a key to a keymap
  494.     MARGIN N        -set WordWrap and paragraph formatting margin
  495.              (related to WORDWRAP and REFORMAT)
  496.     MENUADD hdr item cmd    -add menu item
  497.     MENUDEL hdr item        -delete menu item
  498.     MENUDELHDR hdr        -delete menu header
  499.     MENUCLEAR            -delete entire menu
  500.     MENUON            -enable menus  (multiple calls are stacked)
  501.     MENUOFF            -disable menus (multiple calls are stacked)
  502.     NEWFILE name    -replace current text with new file
  503.     NEWWINDOW        -open newwindow
  504.     NEXT        -find next occurance of search pattern
  505.     NEXTR        -find next occurance and replace
  506.     NULL        -no operation
  507.     PAGEDOWN        -pagedown a partial page (see PAGESET)
  508.     PAGESET n        -n PERCENT (0 to 100). page step size relative to the
  509.              current number of rows in the window.
  510.     PAGEUP        -pageup a partial page (see PAGESET)
  511.     PING n        -set a text marker (0-9).
  512.     PONG n        -move to a previously set text marker (0-9)
  513.     PREV        -find previous occurance of search pattern
  514.     PREVR        -find previous occurance and replace
  515.     PUSHMARK        -push the currently marked block onto a stack and
  516.              unhighlight the block
  517.     POPMARK        -pop the block stack and highlight the popped block
  518.     PURGEMARK        -clear the mark stack
  519.     QUIT        -quit
  520.     RECALL        -recall most recently entered command.  Must be used
  521.              from a keymap (c-esc).
  522.     REF         -reference string under cursor (see below)
  523.     REFORMAT        -reformat paragraph using the margin.
  524.     REMEOL        -Remove text under and beyond the cursor.
  525.     REMPATH wild    -Remove one or more symbolic directorys from DME's
  526.              special path... a */? wildcard is acceptable.
  527.     REPEAT cnt comm -SEE BELOW
  528.     REPSTR string   -SET the replace string pattern
  529.     RESETTOGGLE N   -clear toggle array entry N(0..31)
  530.     RESIZE cols rows-Resize current window. E.G:  (resize 70 23)
  531.     RETURN        -same as (FIRST DOWNADD)
  532.     RIGHT        -cursor right
  533.     RX            -ARexx macro, no args   (RX macname)
  534.     RX1         -ARexx macro, one arg   (RX1 macname arg1)
  535.     RX2         -ARexx macro, two args  (RX2 macname arg1 arg2)
  536.     SAVEAS file     -save current text under a different name (title
  537.              line name does not change)
  538.     SAVEMAP file    -save user keymappings
  539.     SAVEOLD        -save current text under current name
  540.     SAVESMAP file   -save all keymappings, including system keymaps
  541.     SAVETABS on/off -Optimize file saves by crunching spaces to tabs.
  542.              The default is OFF.
  543.     SET var str     -create/modify an internal variable
  544.     SETENV var str  -create/modify an enviroment variable (1.3 ENV:)
  545.     SWAPMARK        -PUSHMARK, swap top two marks on stack, POPMARK
  546.     SCANF ctlstr    -scan the string at the current text position (C scanf)
  547.              example:    (scanf %s)          SEE BELOW
  548.     SCREENBOTTOM    -Move cursor to the bottom of the screen.
  549.     SCREENTOP        -Move cursor to the top of the screen
  550.     SCROLLUP        -Scroll up without moving cursor
  551.     SCROLLDOWN        -Scroll down without moving cursor
  552.     SETFONT font sz -Set the window's font.  ex:   (setfont topaz.font 11)
  553.     SETTOGGLE N     -set toggle array entry N  (0..255)
  554.     SOURCE file     -source a script file. '#' in first column for comment
  555.     SPLIT        -Split line at cursor
  556.     TAB         -forward tab
  557.     TABSTOP N        -Set tab stops every N.  does not effect text load
  558.     TLATE [+/-]N    -translate character by +N or -N, or set character
  559.              to exactly N if no + or -. (e.g. TLATE +65 TLATE 3)
  560.     TMPHEIGHT N     -set window height for next window only, pixels
  561.     TMPWIDTH  N     -set window width for next window only,  pixels
  562.     TOGGLE N        -flip toggle array entry N (0..255)  (See IF)
  563.     TOMOUSE        -moves cursor to mouse position
  564.     TOP         -Move to Top of File
  565.     TOPEDGE N        -set topedge in the screen in PIXELS for any new window
  566.     UNBLOCK        -clear the block markers for the current window
  567.     UNDO        -undo current line (must be mapped to a key to work)
  568.     UNMAP key        -unmap a key
  569.     UP            -cursor up
  570.     UNSET var        -delete an internal variable
  571.     UNSETENV var    -delete an enviroment variable
  572.     WHILE cnd act   -(see below)
  573.     WIDTH N        -set width in PIXELS for any new window
  574.     WLEFT        -move to beginning of previous word.  If in the
  575.              middle of a word, move to beginning of current word.
  576.     WORDWRAP on/off/toggle
  577.             -Word Wrap mode (related to MARGIN)
  578.     WRIGHT        -move to beginning of next word
  579.  
  580.  
  581.     -------------------------------------------------------------
  582.     -------------    More Info on Complicated Commands    -----------------
  583.     -------------------------------------------------------------
  584.  
  585.     MENUOFF/ON        -This command will enable/disable menus.  Users
  586.              who have a whole bunch of MENUADD commands in
  587.              their .EDRC should note that disabling menus at
  588.              the beginning will speed up the MENUADD commands.
  589.              Then reenable menus at the end.  These calls are
  590.              stackable in that if you call MENUOFF, say, twice,
  591.              it will take two MENUON commands to restore
  592.              menus.  The reverse is not true.
  593.  
  594.     CTAGS   (c-[)   -(1.30B and beyond) Compatible with Aztec's CTAGS
  595.              program.  This command searches for the subroutine
  596.              name under the cursor in the associated tags file
  597.              ("tags" in the directory holding the file currently
  598.              being edited).  Also, the file "tags" in directories
  599.              specified by the special DME path (see ADDPATH and
  600.              REMPATH) will be searched.
  601.  
  602.              If the tag is found, it loads the file the subroutine
  603.              resides in if neccesary, then WindowToFront()'s the
  604.              window, ActivateWindow()s it, and GOTO's the line
  605.              where the subroutine starts.  The search within the
  606.              source file is anchored to the left column.  If the
  607.              file is already loaded, it is not reloaded.
  608.  
  609.              This enables a programmer to quickly trace subroutines
  610.              over an arbitrary number of files.
  611.  
  612.              The tags file contains one or more lines of the following
  613.              format:
  614.  
  615.              subroutine-name file-name /^search-pattern
  616.              (that's a slash and a carrot, then the pattern)
  617.  
  618.              -- EXAMPLE of 'TAGS' file:
  619.              setpen cmd1.c /^setpen(
  620.              do_up cmd1.c /^do_up(
  621.              --
  622.  
  623.             SPECIAL NOTE:  CTAGS will work even if you are not in
  624.             the directory containing the file.    You can thus place
  625.             a tags file in the directory containing the files it
  626.             references, and the filenames WITHIN the tags file need
  627.             not be a full path.
  628.  
  629.     REF     (c-])   -(1.28d and beyond).  This is a very powerful new
  630.              command that allows you to bring up a reference to
  631.              a keyword with a single keystroke.  This is useful for
  632.              programmers who have on-line documentation or fully
  633.              commented include files.  DME opens a window just big
  634.              enough to fit the reference.
  635.  
  636.              NOTE:  The new CTAGS command may be more suited to
  637.              your application.
  638.  
  639.              The reference keyword is the alpha-numeric string
  640.              currently under the cursor.  REF will search the
  641.              file DME.REFS in the directories listed by the
  642.              special DME path (see ADDPATH and REMPATH).  The
  643.              file must be built by the user and each line has the
  644.              following format:
  645.  
  646.              (keyword) (nolines/endstring) (file) (searchstr/##seekpos)
  647.  
  648.              Surrounding the keywords with `' or () is optional if
  649.              the keyword does not contain spaces.
  650.  
  651.             keyword     -keyword under cursor
  652.             nolines/ends-either a number (the number of lines
  653.                      in the reference) or a string denoting
  654.                      the end of the reference when found.
  655.             file        -the file containing the reference
  656.                      material
  657.             searchstr/##-search string in file that indicates
  658.                      the beginning of the reference, or
  659.                      two hashes (##) and the seek position
  660.                      in decimal (like ##2343).  The latter
  661.                      method is used mainly for reference-
  662.                      generator programs.
  663.  
  664.              Upon finding a successful keyword match the specified
  665.              file is openned and the seach string searched for.  If
  666.              a seek position was specified no search is made and a
  667.              seek is made to the beginning of the reference.  If
  668.              found, the indicated number of lines (if a number
  669.              is specified for <nolines/ends>) or until a match with
  670.              the endstring (if a string was specified) will be
  671.              placed in a temporary file and a new DME window
  672.              brought up. The temporary file is then deleted.
  673.  
  674.              When looking for matches, the compare is anchored at
  675.              the beginning of each line in the file.  Thus, any
  676.              spaces in front of the string in the file must be
  677.              duplicated.
  678.  
  679.              T: must be assigned to a temporary directory, usually
  680.              RAM:   See the included example DME.REFS file.  The
  681.              most common things referenced are the autodocs and
  682.              commented include files.
  683.  
  684.              Some modification of the included DME.REFS.* files may
  685.              be required due to differences in include file and
  686.              autodoc format.
  687.  
  688.     SCANF ctlstr    -This is equivalent to the C scanf() function with the
  689.              restriction that only one conversion is allowed, that
  690.              conversion being a string.  Thus:
  691.  
  692.              scanf %s        will place the string under the
  693.                     cursor in the variable $scanf
  694.  
  695.              scanf %4s        The first four chars of the string.
  696.  
  697.              scanf %[0123456789]
  698.                     will scan the string while it contains
  699.                     specified chars (e.g. scan a number)
  700.  
  701.              scanf %[~,]    will scan the string until it finds
  702.                     a ','.
  703.  
  704.             The variable $scanf may be used as an argument in any
  705.             command.  Example:    (insfile $scanf).
  706.  
  707.             NOTE:  If using $scanf in a macro, you probably want
  708.             to precede it with a \ to prevent it from being
  709.             evaluated at macro-creation time.
  710.  
  711.  
  712.     REPEAT N arg    -Repeat (arg) N times.  Apart from being a number, N
  713.              can also be one of:
  714.  
  715.             line    Current line # (lines begin at 1)
  716.             lbot    #lines to the bottom, including current line
  717.             cleft    column # (cols begin at 0)
  718.             cright    #chars to eol, including current char under cursor
  719.             tr    #char positions to next tab
  720.             tl    #char positions to next back tab
  721.  
  722.             Certain commands can abort a REPEAT loop.
  723.             Specifically, any FIND[R], NEXT[R], or PREV[R] in which
  724.             the search string is NOT found will abort a REPEAT.
  725.             Most operations which can go out of bounds, such as
  726.             UP, LEFT, RIGHT, DOWN, also abort a repeat.
  727.  
  728.             Specifying -1 as N causes REPEAT to go on forever
  729.             (well, actually, 0xFFFFFFFF times) or until an abort.
  730.  
  731.     IF [!]condition arg
  732.     WHILE [!]condition arg
  733.     IFELSE [!]condition arg else arg
  734.  
  735.         If the specified condition is true, execute the argument.  For
  736.         WHILE, the argument is executed until the condition is false
  737.         (be careful!).
  738.  
  739.         the optional '!' inverts the logic.
  740.  
  741.         Conditions:
  742.  
  743.  
  744.         #        if toggle entry # is SET.  there are 256 toggles (0..255)
  745.         t        if On line 1
  746.         b        if On last line
  747.         l        if At column 0
  748.         r        if At end of line (spaces below and beyond)
  749.         m        if Text has been modified
  750.         i        if in insert mode
  751.         x[<=>]# if column position (starts at 1) is (any OR combo of
  752.             <, =, or >) than some number.  Example:   x<=20
  753.         y[<=>]# if Line number (starts at 1) is (same as for x)
  754.         cl        character under cursor is lower case alpha
  755.         cu        character under cursor is upper case alpha
  756.         ca        character under cursor is alpha-numeric
  757.         cn        character under cursor is numeric
  758.         c[<=>]# character under cursor is ascii code # (# in decimal)
  759.             optional conditionals as in 'x' and 'y'.
  760.         cb        cursor within a block
  761.  
  762.     Example: simulating an insert mode toggle: ALT-i (not CTL-i)
  763.  
  764.     map a-i (ifelse 0 (toggle 0 insertmode OFF) (toggle 0 insertmode ON))
  765.  
  766.     Example: while lower case, map to upper case and move right.
  767.  
  768.     map c-U (while cl (tlate -32 right))
  769.  
  770.     Example: Search/Replace all of text.
  771.  
  772.     map c-R (escimm (findstr ) escimm (repstr ) repeat -1 nextr)
  773.  
  774.      if c<32 ((char under cursor is smaller than 32))
  775.      if c<>32 ((char under cursor is not equal to 32))
  776.      while !b down
  777.  
  778.  
  779.                     IV
  780.                  FILE PARTICULARS
  781.  
  782. No Matter what you set internal tabs to, tabs in disk files will be 8.
  783. This allows you to use your favorite tabs stops (mine are 4) and still
  784. have your disk files compatible with TYPE, a printer, etc...  DME by
  785. default doesn't bother to optimize when writing out files and simply uses
  786. spaces. If you (SAVETABS on) before saving (or in your S:.EDRC, etc...),
  787. DME will attempt to optimize the file by placing TABS in appropriate
  788. places.  DME will not place any TABS after the first single, back, or
  789. double quote is encountered in a line.    If this does not cover every
  790. situation in your particular application that you want to be *sure* no tabs
  791. will occur in sensitive sections, then you should not use (SAVETABS on).
  792.  
  793. It should be noted that since DME removes spaces at the end of the line,
  794. editing UUENCODED ascii files will not work for uuencoded lines which end
  795. with a space.  The nominal fix is to add an extra character after each
  796. uuencoded line (anything) in the proper column, which is ignored by the
  797. UUDECODE program.
  798.  
  799. The command to save the current document under the default name is SAVEOLD,
  800. *not* SAVE.  SAVE is not a valid command.  This is to prevent people who
  801. have not read the documentation from assuming 'save' takes an argument (and
  802. screwing up their work).  SAVEOLD does NOT take an argument, SAVEAS does.
  803.  
  804. SAVEOLD/SAVEAS do not automatically backup the destination file.  If you
  805. are working in an enviroment where you are worried about ensuring a viable
  806. copy can be recovered if your Amiga crashes in the middle of the save, you
  807. can write a macro to save the file into two places.  Usually, people backup
  808. their working disks so this is not neccesary.
  809.  
  810. Workbench Support:  If DME is run from the workbench, it will automatically
  811. construct an icon file when you save a document.  If run from a CLI, no
  812. icon file is generated.
  813.  
  814.                     V
  815.                   WORKBENCH SUPPORT
  816.  
  817. DME V1.26 and beyond support the workbench in the following way:  (1) you
  818. can click on the DME icon to bring up DME with the file "unnamed".  (2) you
  819. can select one or more standard ascii documents which have DME as the
  820. default tool.  If DME has no knowlege of a text icon, it uses its own.
  821. Command line arguments are passed to DME via the tooltypes entries for
  822. DME's application icon or via individual document icons.  The following
  823. format is used:  (This is a hack, no?)
  824.  
  825.     ARG=flag
  826.  
  827.     See the OVERVIEW section for allowed flags.  Only one argument per line
  828.     is allowed (sorry).  The tooltypes for the application icon are
  829.     processed first, then the tooltypes for each document icon are
  830.     processed before each file is loaded.
  831.  
  832.     ARG= -t10
  833.     ARG= -l10
  834.  
  835.                     VI
  836.                   REVISION SUMMARY
  837.  
  838. V1.38
  839.     - Removed fix in 1.37, use '1.4libpatch' if running under 1.4A16.
  840.  
  841.     - FIXED AREXX BUG... DMe would crash if ARexx was installed for
  842.       V's 1.37 and 1.36
  843.  
  844. V1.37
  845.     - 1.4a16 crashes on OpenLibrary() where the library does not
  846.       exist.  Doesn't try to open arex if running under 1.4
  847.       (for now, this is a temporary stopgap)
  848.  
  849. V1.36
  850.     -Removed dres.library IPC.    Removed dres.library requirement.  (ARexx IPC
  851.      still in of course).  Source now compilable under Lattice C and Manx C.
  852.  
  853. V1.35a
  854.     -can change block pen now and DME updates the title using the correct
  855.      color.
  856.  
  857. V1.35
  858.     -Bug in 1.34 fixed, would only work if dres.library was installed
  859.     OOOPPS.
  860.  
  861. V1.34
  862.     -New variables $fpath and $fname have been added.  $fpath is the path
  863.      part of the current filename, including trailing / or : (if any).
  864.      $fname is anything after that.  For example:
  865.  
  866.     FILE        fpath        fname
  867.     s:.edrc     s:         .edrc
  868.     blah                 blah     (path = "")
  869.     /poof        /         poof
  870.  
  871.  
  872. V1.33    RELEASE
  873.     -You can now run <nil: >nil: DME and close the console window that
  874.      you ran it from.  The execute command now requires the NULL: device
  875.      to be mounted or an error will occur.
  876.  
  877.     -space -> tab conversion does not take place after the first control
  878.      character (<32), as well as the first quote ("), open paren ((), or
  879.      single quote (') that it didn't before.
  880.  
  881. V1.32            (small fixes)
  882.     -Fixed workbench bugs, DME would exit if it could not find the
  883.      executables disk object.  No longer does so.
  884.  
  885. V1.31    RELEASE
  886.     -Added new variables $lineno and $colno
  887.     -Added CD command, ARPLOAD automatically CD's to DIR part of
  888.      requester.
  889.     -Added IPC support (my own ipc)
  890.     -Fixed bug in BMOVE (when the source block is an entire file)
  891.  
  892. V1.30C    LIMITED
  893.     -MAJOR!    Macros, Internal variables, and ENV: enviroment variables
  894.         may be specified with $varname, $(varname), or $`varname'.
  895.  
  896.     -New commands:  SET, SETENV, UNSET, UNSETENV    (variable support)
  897.  
  898.     -REFS window bug fixed I hope (made window slightly too small).
  899.     -SAVE[S]MAP bug fixed for space mappings
  900.     -CTAGS doesn't modify the window title if the window is iconified
  901.      (allows you to make the following map: map <somemap> (iconify ctags)
  902.  
  903.  
  904. V1.30B    Limited release
  905.     -Kim fixed a bug in splitpath
  906.     -added CTAGS command... support for Aztec's CTAGS program
  907.     -added ADDPATH command... special directory paths for DME
  908.     -added REMPATH
  909.  
  910.     REFS no longer searches fixed directories, but looks at the
  911.     ADDPATH directories.  CTAGS also looks at the ADDPATH
  912.     directories.  CTAGS supports arbitrary directory specifications
  913.     and is intelligent about where to look for the TAGS file.
  914.  
  915.  
  916. V1.30    RELEASE
  917.     -a couple small bugs fixed
  918.     -fixed text bug that sometimes overwrites the right border
  919.     -added new commands
  920.     SETFONT     (for all of text, static fonts only)
  921.     IGNORECASE  (for searches)
  922.     -added new commands (AREXX support, Kim DeVaughn)
  923.     RX, RX1, RX2
  924.     -added new commands (by Kevin Speghetti)
  925.     PUSHMARK, POPMARK, SWAPMARK, PURGEMARK        block marker stack
  926.     PING, PONG                    text markers (0-9)
  927.  
  928.     note: block marks on the stack, ping and pong, do not track text
  929.     changes (bug).
  930.  
  931.     -Many commands will now work while the text window is iconified
  932.      without having to uniconify it.
  933.  
  934. V1.29E
  935.     -Fixed low memory bug in do_bomve() again.
  936.     -Fixed arp file requestor problems.
  937.     -added ARPINSFILE command.
  938. V1.29D
  939.     -Fixed low memory bug in do_bmove()...
  940. V1.29C
  941.     -highlighted icon window if file modified
  942. V1.29B
  943.     -INLINE FILENAME:
  944.      added $filename variable.    $scanf and $filename can now be embedded
  945.      anywhere on the command line.
  946.     - ^x added (control-character), so you do not have to embed actual
  947.      control characters in your macros.
  948.     - \ overide added (\^x) produces "^x" instead of control-x, etc...
  949.  
  950. V1.29  RELEASE
  951.  
  952.     -Foreign keyboards supported better.
  953.     -Iconify window is activated rather than not activated.
  954.     -can keymap keys which normally produce nothing.
  955.     -blocks are displayed in a different color
  956.     -can now move/copy across windows
  957.     -can now resize window while file loading
  958.     -new commands ARPLOAD ARPSAVE   (uses ARP filerequestor if arp.library)
  959.      MENUADD MENUDEL MENUDELHDR MENUCLEAR MENUOFF MENUON
  960.  
  961.     minor bugs fixed, major remodeling of the source (this is what I
  962.     use my vacation for!)
  963.  
  964.     menus:  the right mouse button may be mapped only if there is no
  965.     menu, Else is used as the menu selector.  NOTE! It is much faster
  966.     to surround a set of MENUADD commands in a source file with
  967.     MENUOFF at the beginning and MENUON at the end.  You can also specify
  968.     menu items as macros in other commands (example: project-save)
  969.  
  970. V1.28h SMALL RELEASE    references work better
  971.  
  972. V1.28g SMALL RELEASE    Fixed NK0 bug in 1.28f plus keymap problems in 1.28f
  973.  
  974. V1.28f RELEASE
  975.     Fixed macro bug created in 1.28e... could not specify macros on the
  976.     command line.
  977.  
  978. V1.28e INTERNAL/BETA
  979.     New Commands:   REF     (c-])   -cross reference the word under the
  980.                      cursor and bring up a new window
  981.                      containing a description for that
  982.                      word.  See docs above.
  983.  
  984.     -The keymapping has been fixed and should now work on any foreign
  985.      keyboard.
  986.     -MAJOR ADDITION:  () may be used instead of `' to enclose commands.
  987.      One can enclose the other ... that is, to get the "'" character you
  988.      can say (this is a charlie's day).
  989.  
  990. V1.28c RELEASE
  991.     New Commands:   CHFILENAME        -change default filename for a window
  992.             RECALL  (c-esc) -recall command line (e.g. you make a
  993.                      mistake).    Must be used from a keymap,
  994.                      default is c-esc.
  995.  
  996.             SCANF        -C scanf (single string only).  Extract
  997.                      strings from the text for use in any
  998.                      arbitrary command.
  999.  
  1000.     Command Parser: $scanf        -as an argument by itself is recognized
  1001.                      to be the extracted string from scanf.
  1002.                      Currently, the variable name (after
  1003.                      the dollar) can be anything since only
  1004.                      one variable exists, but use '$scanf'
  1005.                      for future compatibility.
  1006.  
  1007.     -Many Bug fixes (mainly benign bugs)
  1008.     -^C (CONTROL C) now recognized when typed in a window.  c-c is mapped
  1009.      to () = no action.
  1010.     -Please look at the revised default keymappings listed in these docs.
  1011.  
  1012.  
  1013. V1.28 LIMITED RELEASE
  1014.     New Commands :  SCROLLUP    (a-up)
  1015.             SCROLLDOWN    (a-down)
  1016.     Modified Cmds:  ESCIMM
  1017.     The execution of commands specified by an ESCIMM is blocked until
  1018.     the user hits return on the ESCIMM command line.
  1019.  
  1020.             BCOPY
  1021.     No longer unblocks the block.
  1022.  
  1023.     -Title bar status line no longer blinks when it changes
  1024.     -Key releases no longer effect operation
  1025. V1.27 RELEASE
  1026.     -macros run about 20% faster due to hashing of the command table
  1027.     -Maximum # of toggles raised to 256 (see IF/WHILE)
  1028.     -small fixes to the code (nothing major)
  1029.     -child windows inherit tab stops, insert mode, and wordwrap mode
  1030.     -MOUSE BUTTONS AND MOVEMENT CAN NOW BE MAPPED
  1031.     -New Commands: ICONIFY    (used to be hardwired.  Is now a command)
  1032.     -Extended Commands: GOTO    (GOTO END of block)
  1033. V1.26 Beta, minimal Release
  1034.     -Workbench support
  1035.     -New Command:   EXECUTE
  1036. V1.25 RELEASE
  1037.     -BSAVE does NOT UNBLOCK after saving (switch in functionality yet again)
  1038.     -various bugs fixed (IF, tabs on file save)
  1039.     -New Commands: MARGIN, REFORMAT, WORDWRAP, RESIZE,
  1040.            TOPEDGE, LEFTEDGE, WIDTH, HEIGHT
  1041.     -Command line options added for setting the window size and an optional
  1042.      specified script file (when specified, local .EDRC not sourced).
  1043.  
  1044.     -Enhanced Commands: IF  ..more control with conditions, addition of
  1045.                   a couple more specifications.
  1046.                JOIN .. functionality slightly changed
  1047.     -keymaps may now be used as macros in other commands. (macros)
  1048.     -New keymaps added to the default set.
  1049.     -Mouse movement cleaned up a little.
  1050.  
  1051. V1.24 Internal
  1052.  
  1053. V1.23 RELEASE
  1054.     -S:.EDRC now sourced instead of C:.EDRC
  1055.     -User keymappings now work in COMMAND mode (when you hit ESC).
  1056.     -You can now map the Amiga keys ('A' for Amiga, since 'a' is alt).
  1057.     -Enhanced Commands: IF/IFELSE/WHILE (optional '!' in front of cond)
  1058.             new condition 'cb' 'character is in selected block'
  1059.             GOTO block  (goto beginning of block)
  1060.     -NewCommands:    PAGESET SAVETABS
  1061.     -Writing TABS (always 8) out to disk to save space now supported.
  1062.  
  1063. V1.22 RELEASE (BUF FIXES FROM 1.20)
  1064.     -'newfile' fixed
  1065. V1.21 RELEASE (BUG FIXES FROM 1.20)
  1066.     -iconify and window handling fixed
  1067.     -left mouse button now tracks the mouse.
  1068. V1.20 RELEASE
  1069.     -bug fixes: bsave now unmarks the block, bdelete now sets 'modified' flag.
  1070.         (other small fixes).
  1071.     -enhancements: overwrite mode status indicator, find, find-replace now
  1072.         completely implemented (yahhoo!!!)
  1073.     -changed commands:    FIND NEXT PREV: no longer loop back to the top of
  1074.         file or top->bottom in the case of PREV.  DELINE will now delete
  1075.         text on the line if there is only one line of text.
  1076.     -enhanced commands: GOTO REPEAT
  1077.     -new commands: SAVEMAP SAVESMAP TOGGLE SETTOGGLE RESETTOGGLE TLATE
  1078.            IF IFELSE WHILE BSOURCE
  1079.            FINDSTR REPSTR FINDR NEXTR PREVR
  1080.            NEWWINDOW
  1081.     -new keymappings: (see a-s, a-S, f3)
  1082.     -window iconification with mouse menu button.
  1083.  
  1084.  
  1085. V1.12 RELEASE
  1086.     -cursor is now pen #3 rather than #1.
  1087.     -changeover to AZTEC C, smaller executable.
  1088.     -now maps shift space to a space.
  1089.     -new commands: REMEOL, WLEFT, WRIGHT
  1090.     -display bug fixes (SPLIT)
  1091.     -FIND/PREV/NEXT will now abort a REPEAT if string not found.
  1092.  
  1093. V1.11 RELEASE NOTES
  1094.     -Bug fixes (mainly graphical mistakes).
  1095.     -User keymappings are disabled in command mode (so you can unmap
  1096.       single ascii characters you may have mapped).
  1097.     -Illegal key combinations no longer give garbage (e.g. ALT-CURSOR-DOWN)
  1098.       you can, of course, still map them to anything you wish.
  1099.     -Save now checks for error conditions on write.
  1100.     -Uses Default Console Keymap (i.e. no longer assumes USA)... but there
  1101.       *is* some stangeness.
  1102.  
  1103. V1.00 RELEASE NOTES
  1104.     -has find, but no replace function
  1105.     -assumes USA keyboard            (fixed 1.11)
  1106.     -disk files written out use spaces instead of tabs&spaces
  1107.  
  1108.  
  1109.                     VII
  1110.                 COMPILING
  1111.  
  1112. DME now compiles under either Manx C or Lattice C (V5.02 and beyond).
  1113. dres.library is no longer required.
  1114.  
  1115.